home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / scbench.arc / README < prev    next >
Text File  |  1988-04-05  |  2KB  |  44 lines

  1.  
  2. BYTE Low-leve Benchmarks for IBM PC, XT, AT, and compatibles.
  3. April, 1988
  4.  
  5. Written in BYTE Small-C.
  6. BYTE Small-C is adapted from Small-C created by Ron Cain and extended by
  7. J.E. Hendrix.
  8.  
  9. Files in this archive:
  10.  
  11. SIEVE.C - The Sieve of Eratosthenes
  12. SORT.C - The Sort benchmark; includes algorithms for Quicksort, Shellsort, and
  13.          Heapsort.
  14. MATRIX.C - The Matrix benchmark.  Adds two matrices, multiplies two matrices,
  15.            and takes the transpose of a matrix.  Assumes square matrices.
  16. MOVE88.C - String move benchmark.  Moves a block of bytes from a source to
  17.            a destination.  The move is done byte-wide and word-wide.  The
  18.            word-wide move is done on even- and odd-byte boundaries.
  19. FLOAT88.C - Floating-point coprocessor benchmark.  Two phases: (1) tests
  20.             fundamental math operations (add, subtract, multiply, divide) and
  21.             (2) tests transcendental functions sin(x) and e^x by performing
  22.             a trapezoidal integration.
  23. SCFM87.C - 8087 Floating-point library.  Used by FLOAT88.C.
  24. GRAPH88.C  - Low-leve graphics benchmark for CGA, EGA, MCGA, VGA, MDA and
  25.                 Hercules monochrome modes.
  26. TEXT.C - Text display benchmark.
  27. VIDEO.C - Video support library used by GRAPHICS88.C and TEXT.C.
  28. SCFILEIO.C - File I/O benchmark.  Tests disk throughput at the filesystem
  29.              level.
  30. SCDSSK.C - DOS-level disk test.  Benchmarks disk throughput at the DOS level...
  31.            beneath the filesystem.
  32. SCHDSEEK.C - Hard disk seek benchmark.  Reads raw disk sectors.
  33. SCBIGWT.C - Write a 1,000,000-byte file and time the results.
  34. SCBIGRD.C - Read a 1,000,000-byte file and time the results.
  35. SCRAND.C - Random number generator.
  36. SCSW88.C - Two routines for creating a software stopwatch.
  37.  
  38. --Richard Grehan
  39.   BYTE Senior Technical Editor
  40.  
  41.   Thanks to:
  42.   Tom Thompson and Curt Franklin
  43.   BYTE Magazine
  44.